write conflicts造句
例句与造句
- is not set to 1, then write conflicts could occur if two instances of the execute sql task attempted to write to the table at the same time
不设置为1,那么如果两个“执行sql”任务实例试图同时写入,则会发生表写入冲突。 - most thread-safety issues arise when multiple threads are trying to modify an object s state concurrently write-write conflicts or when one thread is trying to access an object s state while another thread is modifying it read-write conflicts
大多数的线程安全问题发生在当多个线程正在试图并发地修改一个对象的状态(写-写冲突)时,或当一个线程正试图访问一个对象的状态,而另一个线程正在修改它(读-写冲突)时。 - most thread-safety issues arise when multiple threads are trying to modify an object s state concurrently write-write conflicts or when one thread is trying to access an object s state while another thread is modifying it read-write conflicts
大多数的线程安全问题发生在当多个线程正在试图并发地修改一个对象的状态(写-写冲突)时,或当一个线程正试图访问一个对象的状态,而另一个线程正在修改它(读-写冲突)时。 - as long as immutable objects are constructed properly which means not letting the object reference escape from the constructor, they are exempt from the requirement to synchronize access, becuase their state cannot be changed and therefore cannot have write-write or read-write conflicts
只要正确构造了不变对象(这意味着不让对象引用从构造函数中转义),就使它们免除了同步访问的要求,因为无法更改它们的状态,从而就不可能存在写-写冲突或读-写冲突。 - for example, if a package can run multiple tasks concurrently, a foreach loop container that enumerates files in the folder, retrieves the file names, and then uses an execute sql task to insert the file names into a table may incur write conflicts when two instances of the execute sql task attempt to write at the same time
例如,如果包可以并发运行多个任务,那么当一个foreach循环容器枚举文件夹中的文件,然后检索文件名,然后使用执行sql任务将文件名插入表中时,如果在两个执行sql任务实例都试图同时写入,就有可能导致写入冲突。 - It's difficult to find write conflicts in a sentence. 用write conflicts造句挺难的